home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / all java / quicktime for java / qtstreamingapplet / readme.txt < prev    next >
Encoding:
Text File  |  2000-09-28  |  2.0 KB  |  53 lines

  1. =============================================================================
  2. QuickTime for Java SDK                              Updated: 30 November 1998
  3.  
  4. Read Me Notes to "QTStreaming Applet" Demo and Sample Code
  5.  
  6. =============================================================================
  7. This demo program shows how to display any QuickTime content within a java.awt.Applet.
  8.  
  9. =============================================================================
  10. The minimum runtime requirements for this Sample Code are:
  11.  
  12. - Common
  13.     - Sun Compliant Java Runtime Environment 1.1
  14.     - QuickTime 3 
  15.     - QTJava.zip
  16.     - An Applet viewer
  17.     
  18. - MacOS:
  19.     - System 8 or later
  20.     - Macintosh Runtime for Java (MRJ) 2.1
  21.  
  22. - Windows 95, 98, or NT::
  23.     - JRE/JDK from Sun Microsystems, Inc. recommended
  24.  
  25. =============================================================================
  26. Media requirements for this Sample Code:
  27.  
  28. A user supplied media
  29.  
  30. =============================================================================
  31. Notes & Comments
  32.  
  33. test.html is for use with this code - it will expect to find the AppletTag.js when run in a browser
  34.         
  35.  
  36. Enter a url eg. file:///.... to play a movie (or read in an image file) in the text box at the bottom of the applet
  37.  
  38. See the Simple Applet for comments about the code.
  39.  
  40. =============================================================================
  41. General Comments
  42.  
  43. - QTSession.open and close:
  44.  
  45. A QTSession.open will perform a gestalt check to ensure that QuickTime is present and is initialized. This is a required call before any QuickTime Java classes can be used - it is called first in the init() method
  46.  
  47. It is necessary for programs to call QTSession.close if they have previously called QTSession.open in order to shut down QuickTime properly - it is called in the destroy() method
  48.  
  49. =============================================================================
  50.  
  51. QuickTime and QuickTime for Java are trademarks of Apple Computer, Inc.
  52. (c) 1998 Apple Computer Inc. All rights reserved.
  53.